b2bsoft-ux

(0 reviews)

TMF-648 ListQuoteGroups & LineItems

This operation is used to List Quote Groups and their Line Items from Salesforce

URL
https://[localhost]:[port]/b2bsoft-ux/v1/{businessId}/quote
url Param
nametypedescriptionrequired
businessIdstring2 letter ISO 3166 country code (TT, BB, JM, PA, etc.) identifying the business unit.Y
nametypedescriptionrequired
client_idstringThe client_id identifying the channel.Y
client_secretstringPassword associated with the client_id.Y
X-Correlation-IDstringIdentifier that correlates HTTP request between a client and server.
Any identification model (UUDI, checksum, etc.) can be used, as long as it is a unique value to differentiate a transaction.
Y
Query Param
nametypedescriptionrequired
idstringQuote IdY
quoteItem.product.productCharacteristic.namestringName of the characteristic to search. Could be different, depending on the use case.
For b2bsoft channel the expected value will be "PointOfSale"
N
quoteItem.product.productCharacteristic.valuestringThe value of the characteristic.
For b2bsoft channel the expected value will be 'B2BSoft'
Y
cURL request
curl --location 'https://nonprod.esb.cloud.lla.com/dev/b2bsoft-ux/b2bsoft-ux/v1/{businessId}/quote?id=0Q0QL000000y6s90AA&quoteItem.product.productCharacteristic.name=PointOfSale&quoteItem.product.productCharacteristic.value=B2BSoft'\
--header 'client_id: abcd' \
--header 'client_secret: 1234' \
--header 'X-Correlation-ID: 987654'

Response

In this section all the possible data structures received by the client at the moment of responding the method are defined.

Possible response success

This section defines all the possible data structures received by the client and that must be considered satisfactory at the time of responding to the method.

[ 200 ]
[
    {
        "id": "0Q0QL000000y6s90AA",
        "category": "Enterprise",
        "description": "Syed Nov 24 Quote 14",
        "quoteDate": "2024-11-22T12:47:49.000Z",
        "state": "pending",
        "relatedParty": [
            {
                "id": "001QL00000U6ZEnYAN",
                "name": "ConsumerAccountId",
                "@referredType": "Consumer"
            },
            {
                "id": "Syed Nov 24 Billing",
                "name": "companyName",
                "@referredType": "Company"
            }
        ],
        "billingAccount": [
            {
                "id": "41000293-40000422",
                "@type": "BanCanRef"
            },
            {
                "id": "001QL00000U6EFFYA3",
                "@type": "SalesforceBillingAccountRef"
            }
        ],
        "contactMedium": [
            {
                "mediumType": "PostalAddress",
                "characteristic": {
                    "city": "Ceiba",
                    "country": "US",
                    "postCode": "00735",
                    "stateOrProvince": "PR",
                    "street1": "1234 Calle Carlos Carlo Figueroa"
                }
            },
            {
                "mediumType": "Email",
                "characteristic": {
                    "emailAddress": "abc@abc.com"
                }
            },
            {
                "mediumType": "Phone",
                "characteristic": {
                    "phoneNumber": "1234567890"
                }
            }
        ],
        "quoteItem": [
            {
                "id": "a6xQL0000003w5tYAA",
                "quantity": 2,
                "@type": "Test1",
                "product": {
                    "place": [
                        {
                            "id": "1CPR",
                            "role": "StoreId"
                        }
                    ],
                    "productCharacteristic": [
                        {
                            "name": "LOB",
                            "value": "Postpaid"
                        },
                        {
                            "name": "customerType",
                            "value": "B2B"
                        },
                        {
                            "name": "contactName",
                            "value": "Syed Nov 24"
                        },
                        {
                            "name": "contactId",
                            "value": "003QL00000XxpTRYAZ"
                        },
                        {
                            "name": "firstName",
                            "value": "Syed"
                        },
                        {
                            "name": "lastName",
                            "value": "Nov 24"
                        },
                        {
                            "name": "chargetoInvoice",
                            "value": true
                        },
                        {
                            "name": "deliveryMethod",
                            "value": "Direct Delivery"
                        },
                        {
                            "name": "operationType",
                            "value": "AR"
                        }
                    ],
                    "realizingResource": [
                        {
                            "name": "phoneNumber",
                            "id": "a93QL000001MT9FYAW",
                            "value": "17873402493",
                            "@type": "MSISDN"
                        },
                        {
                            "name": "serialNumber",
                            "id": "a93QL000001MT9FYAW",
                            "value": "456",
                            "@type": "PhysicalResource" // this field will come If "isPhysical=true" in backend response
                        },
                        {
                            "name": "phoneNumber",
                            "id": "a93QL000001MT9GYAW",
                            "value": "17873402494",
                            "@type": "MSISDN"
                        },
                        {
                            "name": "serialNumber",
                            "id": "a93QL000001MT9GYAW"
                        },
                         {
                            "name": "ICCID",
                            "id": "a93QL000001MT9GYAW",
                            "value": "8988303000000614227",
                            "@type": "PhysicalResource"
                        }
                    ]
                },
                "quoteItem": [
                    {
                        "id": "0QLQL000000uWbV4AU",
                        "product": {
                            "@type": "Device",
                            "name": "Apple iPhone 13",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 52.50
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Apple iPhone 13",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 26.25
                                                }
                                            },
                                            "description": "Mobile Phone"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "802do000008DFFxAAO"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 629.99
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "applicationDuration": 24,
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 26.25
                                                }
                                            }
                                        }
                                    ],
                                    "productOfferingPrice": {
                                        "id": "26.25",
                                        "name": "Tiered Offer - No Trade In"
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "LLA_iPhone_13"
                                },
                                {
                                    "name": "upfrontPayment",
                                    "value": "629.99"
                                },
                                {
                                    "name": "downPayment",
                                    "value": "629.99"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "629.99"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "True"
                                },
                                {
                                    "name": "quantity",
                                    "value": 2.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                },
                                {
                                    "name": "SKU",
                                    "value": "104987"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWbW4AU",
                        "product": {
                            "name": "Promotion",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Promotion",
                                            "description": "Promotion",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": -26.25
                                                }
                                            }
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000uWbV4AU"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PRB2B_Promotion"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWbX4AU",
                        "product": {
                            "@type": "Plan",
                            "name": "Liberty Business U-Pick Plus",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 80.00
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Liberty Business U-Pick Plus",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 40.00
                                                }
                                            },
                                            "description": "B2B Mobile Line"
                                        }
                                    ]
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_BUSINESS_UPICK_PLUS"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 2.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWbY4AU",
                        "product": {
                            "@type": "SimCard",
                            "name": "SIM Card",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "SIM Card",
                                            "description": "Sim Card"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000uWbX4AU"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2C_SIM_Card"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWbZ4AU",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "Mobile Connection Fee",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Mobile Connection Fee",
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000uWbX4AU"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_Con_Fee_Voice"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWba4AE",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "Administrative Fee",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 1.99
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Administrative Fee",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 1.99
                                                }
                                            },
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000uWbX4AU"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_Admin_Fee_Voice"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWbb4AE",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "Regulatory Cost Recovery Charge",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 1.50
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Regulatory Cost Recovery Charge",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 1.50
                                                }
                                            },
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000uWbX4AU"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_Reg_Cost_Rec_Chg_Voice"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWbc4AE",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "CRIM Surcharge",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0.15
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "CRIM Surcharge",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 0.15
                                                }
                                            },
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000uWbX4AU"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_CRIM_Surcharge_Voice"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWbd4AE",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "Network Access Wireless",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Network Access Wireless",
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000uWbX4AU"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Network_Access_Wireless"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWbe4AE",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "International Roaming",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "International Roaming",
                                            "description": "Mobile Feature"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000uWbX4AU"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_Postpaid_International_Roaming"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000uWbf4AE",
                        "product": {
                            "@type": "MobileDiscount",
                            "name": "Auto Pay Discount",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": -10.00
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Auto Pay Discount",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": -10.00
                                                }
                                            },
                                            "description": "Mobile Discount"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000uWbX4AU"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2C_Mobile_AutoPay"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    }
                ]
            }
        ]
    },
    {
        "id": "0Q0QL000000y6s90AA",
        "category": "Enterprise",
        "description": "Syed Nov 24 Quote 14",
        "quoteDate": "2024-11-22T12:47:49.000Z",
        "state": "pending",
        "relatedParty": [
            {
                "id": "001QL00000U6ZEnYAN",
                "name": "ConsumerAccountId",
                "@referredType": "Consumer"
            },
            {
                "id": "Syed Nov 24 Billing",
                "name": "companyName",
                "@referredType": "Company"
            }
        ],
        "billingAccount": [
            {
                "id": "41000293-40000422",
                "@type": "BanCanRef"
            },
            {
                "id": "001QL00000U6EFFYA3",
                "@type": "SalesforceBillingAccountRef"
            }
        ],
        "contactMedium": [
            {
                "mediumType": "PostalAddress",
                "characteristic": {
                    "city": "Ceiba",
                    "country": "US",
                    "postCode": "00735",
                    "stateOrProvince": "PR",
                    "street1": "1234 Calle Carlos Carlo Figueroa"
                }
            },
            {
                "mediumType": "Email",
                "characteristic": {
                    "emailAddress": "abc@abc.com"
                }
            },
            {
                "mediumType": "Phone",
                "characteristic": {
                    "phoneNumber": "1234567890"
                }
            }
        ],
        "quoteItem": [
            {
                "id": "a6xQL0000003w7VYAQ",
                "quantity": 3,
                "@type": "Test2",
                "product": {
                    "place": [
                        {
                            "id": "1CPR",
                            "role": "StoreId"
                        }
                    ],
                    "productCharacteristic": [
                        {
                            "name": "LOB",
                            "value": "Postpaid"
                        },
                        {
                            "name": "customerType",
                            "value": "B2B"
                        },
                        {
                            "name": "contactName",
                            "value": "Syed Nov 24"
                        },
                        {
                            "name": "contactId",
                            "value": "003QL00000XxpTRYAZ"
                        },
                        {
                            "name": "firstName",
                            "value": "Syed"
                        },
                        {
                            "name": "lastName",
                            "value": "Nov 24"
                        },
                        {
                            "name": "chargetoInvoice",
                            "value": true
                        },
                        {
                            "name": "deliveryMethod",
                            "value": "Direct Delivery"
                        },
                        {
                            "name": "operationType",
                            "value": "AR"
                        }
                    ],
                    "realizingResource": [
                        {
                            "name": "phoneNumber",
                            "id": "a93QL000001MRtrYAG",
                            "value": "17873402495",
                            "@type": "MSISDN"
                        },
                        {
                            "name": "serialNumber",
                            "id": "a93QL000001MRtrYAG"
                        },
                        {
                            "name": "phoneNumber",
                            "id": "a93QL000001MRtsYAG",
                            "value": "17873402496",
                            "@type": "MSISDN"
                        },
                        {
                            "name": "serialNumber",
                            "id": "a93QL000001MRtsYAG"
                        },
                        {
                            "name": "phoneNumber",
                            "id": "a93QL000001MRttYAG",
                            "value": "17873402497",
                            "@type": "MSISDN"
                        },
                        {
                            "name": "serialNumber",
                            "id": "a93QL000001MRttYAG",
                            "value": "7869",
                            "@type": "PhysicalResource"
                        },
                         {
                            "name": "ICCID",
                            "id": "a93QL000001MT9GYAW",
                            "value": "8988303000000614227",
                            "@type": "PhysicalResource"
                        }
                    ]
                },
                "quoteItem": [
                    {
                        "id": "0QLQL000000udRh4AI",
                        "product": {
                            "@type": "Device",
                            "name": "Apple iPhone 11",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 899.9700
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Apple iPhone 11",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 899.97
                                                }
                                            },
                                            "description": "Mobile Phone"
                                        }
                                    ]
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "LLA_iPhone_11"
                                },
                                {
                                    "name": "upfrontPayment",
                                    "value": "899.9700"
                                },
                                {
                                    "name": "downPayment",
                                    "value": "299.99"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "899.9700"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "True"
                                },
                                {
                                    "name": "quantity",
                                    "value": 3.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                },
                                {
                                    "name": "SKU",
                                    "value": "108633"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000udRi4AI",
                        "product": {
                            "@type": "Plan",
                            "name": "Liberty Business U-Pick Smart",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 105.00
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Liberty Business U-Pick Smart",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 35.00
                                                }
                                            },
                                            "description": "B2B Mobile Line"
                                        }
                                    ]
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_BUSINESS_UPICK_SMART"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 3.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000udRj4AI",
                        "product": {
                            "@type": "SimCard",
                            "name": "SIM Card",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "SIM Card",
                                            "description": "Sim Card"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000udRi4AI"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2C_SIM_Card"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000udRk4AI",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "Mobile Connection Fee",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Mobile Connection Fee",
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000udRi4AI"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_Con_Fee_Voice"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000udRl4AI",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "Administrative Fee",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 1.99
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Administrative Fee",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 1.99
                                                }
                                            },
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000udRi4AI"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_Admin_Fee_Voice"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000udRm4AI",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "Regulatory Cost Recovery Charge",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 1.50
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Regulatory Cost Recovery Charge",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 1.50
                                                }
                                            },
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000udRi4AI"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_Reg_Cost_Rec_Chg_Voice"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000udRn4AI",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "CRIM Surcharge",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0.15
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "CRIM Surcharge",
                                            "price": {
                                                "dutyFreeAmount": {
                                                    "unit": "USD",
                                                    "value": 0.15
                                                }
                                            },
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000udRi4AI"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_CRIM_Surcharge_Voice"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000udRo4AI",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "Network Access Wireless",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "Network Access Wireless",
                                            "description": "Service Fee"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000udRi4AI"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Network_Access_Wireless"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    },
                    {
                        "id": "0QLQL000000udRp4AI",
                        "product": {
                            "@type": "ServiceFee",
                            "name": "International Roaming",
                            "productPrice": [
                                {
                                    "priceType": "",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    },
                                    "priceAlteration": [
                                        {
                                            "priceType": "",
                                            "name": "International Roaming",
                                            "description": "Mobile Feature"
                                        }
                                    ]
                                }
                            ],
                            "productRelationship": [
                                {
                                    "relationshipType": "Parent",
                                    "product": {
                                        "id": "0QLQL000000udRi4AI"
                                    }
                                }
                            ],
                            "quoteItemPrice": [
                                {
                                    "priceType": "recurring",
                                    "recurringChargePeriod": "Month",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 0
                                        }
                                    }
                                }
                            ],
                            "productCharacteristic": [
                                {
                                    "name": "UID",
                                    "value": "PR_B2B_Mobile_Postpaid_International_Roaming"
                                },
                                {
                                    "name": "devicePayoff",
                                    "value": "0.0000"
                                },
                                {
                                    "name": "isTaxable",
                                    "value": "False"
                                },
                                {
                                    "name": "quantity",
                                    "value": 1.00
                                },
                                {
                                    "name": "returnCode",
                                    "value": "NA"
                                },
                                {
                                    "name": "returnType",
                                    "value": "NA"
                                }
                            ]
                        }
                    }
                ]
            }
        ]
    }
]
Definitions

Each of the request parameters is detailed.

nametypedescriptionrequired
idstringQuote id from SalesforceN
categorystringUsed to categorize the quote from a business perspectiveN
descriptionstringQuote Description on SalesforceN
quoteDatedatetimeQuote DateN
statestringStatus of the quoteN
relatedPartyarrayA list of related partiesN
relatedParty.idstringA reference to a party playing a role in this quoteN
relatedParty.namestringName of the related entity
relatedParty.@referredTypestringRelated party referred typeN
billingAccountarrayA list of billing account referencesN
billingAccount.idstringBilling Account IdN
billingAccount.@typestringType of accountN
contactMediumarrayA list of contact mediumsN
contactMedium.mediumTypestringType of the contact medium, such as: email address, telephone number, postal addressN
contactMedium.characteristicobjectA medium characteristicN
contactMedium.characteristic.citystringCity as per the billing account.N
contactMedium.characteristic.countrystringCountryN
contactMedium.characteristic.emailAddressstringEmail of the Authourised contactN
contactMedium.characteristic.postCodestringPostal code of the billing accountN
contactMedium.characteristic.stateOrProvincestringMain DivisionN
contactMedium.characteristic.street1stringStreet of the Billing accountN
contactMedium.characteristic.phoneNumberstringThe primary phone number of the contactN
quoteItemarrayA list of quote itemsN
quoteItem.idstringQuote Group IdN
quoteItem.quantitynumberGroup Member CountN
quoteItem.@typestringName Of Quote GroupN
quoteItem.productobjectA product ref or valueN
quoteItem.product.productCharacteristicarrayA list of characteristics. Please refer below "quoteItem.product.productCharacteristic" table for more detailsN
quoteItem.product.productCharacteristic.namestringName of the characteristic.N
quoteItem.product.productCharacteristic.valueanyThe value of the characteristic.N
quoteItem.product.realizingResourcearrayA list of resource referencesN
quoteItem.product.realizingResource.namestringName of the resource.N
quoteItem.product.realizingResource.idstringUnique identifier of a related entity
Note - this is the unique 'quoteMemberId' for each "Quote Group Member"
N
quoteItem.product.realizingResource.valuestringThe resource value that can be used to identify a resource with a public key (e.g.: an msisdn)N
quoteItem.product.realizingResource.@typestringIt will indicate the type of resource
Eg: "@type":"PhysicalResource/MSISDN"
N
quoteItem.quoteItemarrayA list of quote itemsN
quoteItem.quoteItem.idstringQuote Line item IdN
quoteItem.quoteItem.productobjectA product ref or valueN
quoteItem.quoteItem.product.@typestringN
quoteItem.quoteItem.product.namestringProductName of each Quote Line ItemN
quoteItem.product.placearrayA list of related place ref or valuesN
quoteItem.product.place.idstringUnique identifier of the place. In this case it's 'storeId'N
quoteItem.product.place.rolestringRoleN
quoteItem.quoteItem.product.productPricearrayA list of product pricesN
quoteItem.quoteItem.product.productPrice.priceTypestringPrice typeN
quoteItem.quoteItem.product.productPrice.priceobjectProvides all amounts (tax included, duty free, tax rate), used currency and percentage to apply for Price AlterationN
quoteItem.quoteItem.product.productPrice.price.dutyFreeAmountobjectA moneyN
quoteItem.quoteItem.product.productPrice.price.dutyFreeAmount.valuefloatQuote Line Items Total PriceN
quoteItem.quoteItem.product.productPrice.price.dutyFreeAmount.unitstringCurrency (ISO4217 norm uses 3 letters to define the currency).N
quoteItem.quoteItem.product.productPrice.priceAlterationarrayA list of price alterationsN
quoteItem.quoteItem.product.productPrice.priceAlteration.priceTypestring
quoteItem.quoteItem.product.productPrice.priceAlteration.namestringDiscount NameN
quoteItem.quoteItem.product.productPrice.priceAlteration.descriptionstringDiscount Type.
Eg: 'Mobile Phone', 'B2B Mobile Line', 'Service Fee' etc.
N
quoteItem.quoteItem.product.productPrice.priceAlteration.priceobjectA price (Price). Provides all amounts (tax included, duty free, tax rate), used currency and percentage to apply for Price Alteration.N
quoteItem.quoteItem.product.productPrice.priceAlteration.price.dutyFreeAmountobjectA base / value business entity used to represent moneyN
quoteItem.quoteItem.product.productPrice.priceAlteration.price.dutyFreeAmount.valuefloatDiscount AmountN
quoteItem.quoteItem.product.productPrice.priceAlteration.price.dutyFreeAmount.unitstringCurrency (ISO4217 norm uses 3 letters to define the currency).N
quoteItem.quoteItem.product.productRelationshiparrayA list of product relationshipsN
quoteItem.quoteItem.product.productRelationship.relationshipTypestringType of the product relationship,N
quoteItem.quoteItem.product.productRelationship.productobjectA product ref or valueN
quoteItem.quoteItem.product.productRelationship.product.idstringParent IdN
quoteItem.quoteItem.product.quoteItemPricearrayA list of quote pricesN
quoteItem.quoteItem.product.quoteItemPrice.namestringInstallment IdN
quoteItem.quoteItem.product.quoteItemPrice.priceTypestring. A category that describes the price such as recurring, one time and usage.N
quoteItem.quoteItem.product.quoteItemPrice.recurringChargePeriodstringCould be month, week etcN
quoteItem.quoteItem.product.quoteItemPrice.priceobjectA price (Price). Provides all amounts (tax included, duty free, tax rate), used currency and percentage to apply for Price Alteration.N
quoteItem.quoteItem.product.quoteItemPrice.price.dutyFreeAmountobjectA base / value business entity used to represent moneyN
quoteItem.quoteItem.product.quoteItemPrice.price.dutyFreeAmount.valuefloatInstallment AmountN
quoteItem.quoteItem.product.quoteItemPrice.price.dutyFreeAmount.unitstringCurrency (ISO4217 norm uses 3 letters to define the currency).N
quoteItem.quoteItem.product.quoteItemPrice.priceAlterationarrayA list of price alterationsN
quoteItem.quoteItem.product.quoteItemPrice.priceAlteration.applicationDurationstringInstallment MonthsN
quoteItem.quoteItem.product.quoteItemPrice.priceAlteration.priceobjectA price (Price). Provides all amounts (tax included, duty free, tax rate), used currency and percentage to apply for Price Alteration.N
quoteItem.quoteItem.product.quoteItemPrice.priceAlteration.price.dutyFreeAmountobjectA base / value business entity used to represent moneyN
quoteItem.quoteItem.product.quoteItemPrice.priceAlteration.price.dutyFreeAmount.valuefloatInstallment Amount MonthlyN
quoteItem.quoteItem.product.quoteItemPrice.priceAlteration.price.dutyFreeAmount.unitstringCurrency (ISO4217 norm uses 3 letters to define the currency).N
quoteItem.quoteItem.product.quoteItemPrice.productOfferingPriceobjectN
quoteItem.quoteItem.product.quoteItemPrice.productOfferingPrice.idstringPromotion MonthlyN
quoteItem.quoteItem.product.quoteItemPrice.productOfferingPrice.namestringPromotion NameN
quoteItem.quoteItem.product.productCharacteristicarrayA list of characteristics. Please refer below "quoteItem.quoteItem.product.productCharacteristic" table for more detailsN
quoteItem.quoteItem.product.productCharacteristic.namestringName of the characteristic.N
quoteItem.quoteItem.product.productCharacteristic.valueanyThe value of the characteristic.N
quoteItem.product.productCharacteristic Values:
productCharacteristic nametypedescriptionrequired
LOBstringLine of business.N
customerTypestringBusiness type. "B2B"N
contactNamestringContact NameN
contactIdstringContact IdN
firstNamestringPrimary Contact First NameN
lastNamestringPrimary Contact Last NameN
chargetoInvoicebooleanCharge to InvoiceN
deliveryMethodstringquote delivery methodN
operationTypestringtype of quote operatorN
quoteItem.quoteItem.product.productCharacteristic Values:
productCharacteristic nametypedescriptionrequired
UIDstringCode of product code on Quote Line ItemN
upfrontPaymentanyUpfront PaymentN
downPaymentanyDownpayment on Device Quote Line ItemN
devicePayoffstringDevice Pay offN
isTaxablestringthe true/false values are coming as a string from SalesforceN
quantityfloatQuantityN
tradeInIdstringTradeIn IdN
returnCodestringReturn CodeN
returnTypestringReturn TypeN
SKUstringSKU numberN

Possible response error

In this section all the possible data structures received by the client are defined and that must be considered as unsatisfactory when responding to the method.

[ 400 ]

Bad Request - the request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.

{
  "errors" : [{
      "code" : 400,
      "message" : "The request is invalid or not properly formed.",
      "description" : "Bad request",
    }]
}
[ 401 ]

Unauthorized - The request has not been applied because it lacks valid authentication credentials for the target resource.

{
  "errors" : [{
      "code" : 401,
      "message" : "The user could not be authenticated for this request.",
      "description" : "The request has not been applied because it lacks valid authentication credentials for the target resource"
    }
  ]
}
[ 404 ]

Not Found - server has not found a resource with that URI. This may be temporary and permanent condition. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.

{
  "errors" : [{
      "code" : 404,
      "message" : "The primary device not found in the backend system",
      "description" : "The requested operation failed because the primary device in the backend system could not be found."
    }
  ]
}
[ 500 ]

Internal Server Error - server encountered an error processing request. This should not happen normally, but it is a generic error message, given when no more specific message is suitable.

{
  "errors" : [{
      "code" : 500,
      "message" : "The request failed due to an internal error.",
      "description": "error description"
    }
  ]
}

Reviews